* @cell_y: A pointer where the Y coordinate relative to the cell can be placed, or %NULL
*
* Finds the path at the point (@x, @y), relative to bin_window coordinates
- * (please see <literal>gtk_tree_view_get_bin_window (<!-- -->)</literal>).
+ * (please see gtk_tree_view_get_bin_window()).
* That is, @x and @y are relative to an events coordinates. @x and @y must
* come from an event on the @tree_view only where <literal>event->window ==
* gtk_tree_view_get_bin_window (<!-- -->)</literal>. It is primarily for
*
* For converting widget coordinates (eg. the ones you get from
* GtkWidget::query-tooltip), please see
- * <literal>gtk_tree_view_convert_widget_to_bin_window_coords (<!-- -->)</literal>.
+ * gtk_tree_view_convert_widget_to_bin_window_coords().
*
* Return value: %TRUE if a row exists at that coordinate.
**/
*
* Fills @visible_rect with the currently-visible region of the
* buffer, in tree coordinates. Convert to bin_window coordinates with
- * <literal>gtk_tree_view_convert_tree_to_bin_window_coords (<!-- -->)</literal>.
+ * gtk_tree_view_convert_tree_to_bin_window_coords().
* Tree coordinates start at 0,0 for row 0 of the tree, and cover the entire
* scrollable area of the tree.
**/
* Deprecated: 2.12: Due to historial reasons the name of this function is
* incorrect. For converting coordinates relative to the widget to
* bin_window coordinates, please see
- * <literal>gtk_tree_view_convert_widget_to_bin_window_coords (<!-- -->)</literal>.
+ * gtk_tree_view_convert_widget_to_bin_window_coords().
*
**/
void
* Deprecated: 2.12: Due to historial reasons the name of this function is
* incorrect. For converting bin_window coordinates to coordinates relative
* to bin_window, please see
- * <literal>gtk_tree_view_convert_bin_window_to_widget_coords (<!-- -->)</literal>.
+ * gtk_tree_view_convert_bin_window_to_widget_coords().
*
**/
void
* @by: return location for bin_window Y coordinate
*
* Converts widget coordinates to coordinates for the bin_window
- * (see <literal>gtk_tree_view_get_bin_window (<!-- -->)</literal>).
+ * (see gtk_tree_view_get_bin_window()).
*
* Since: 2.12
**/
* @wx: return location for widget X coordinate
* @wy: return location for widget Y coordinate
*
- * Converts bin_window coordinates (see
- * <literal>gtk_tree_view_get_bin_window (<!-- -->)</literal).
+ * Converts bin_window coordinates (see gtk_tree_view_get_bin_window()).
* to widget relative coordinates.
*
* Since: 2.12